chore(i18n): regenerate translation catalogs with wp i18n tooling - #128
Merged
Conversation
Regenerate mail-system.pot with wp i18n make-pot and sync bg_BG/de_DE with wp i18n update-po instead of hand-editing, so source references carry exact file:line numbers and entries follow source order. Stale strings no longer present in the code were dropped; strings that were missing from the catalogs were added as untranslated entries. No existing translation was changed or removed. MO files recompiled with wp i18n make-mo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates the translation catalogs with the official WP-CLI i18n tooling instead of hand edits, as a follow-up to #127:
mail-system.potregenerated withwp i18n make-pot— source references now carry exactfile:linenumbers and entries follow source order, so future regenerations produce minimal, deterministic diffs.bg_BG.po/de_DE.posynced withwp i18n update-po..mofiles recompiled withwp i18n make-mo(composer translations).What changed in the catalogs
main.Verification
php vendor/bin/phpunit -c tests/phpunit.xml— 274 passing (includesStatusTranslationsTest, which asserts every_x()context in the source is present and translated in all three catalogs)composer phpcs— clean.mooutput matcheswp i18n make-mobyte-for-byte (Translations workflow check)🤖 Generated with Claude Code